UpdatePageNumberAndPageSettings(IList<PageInfo>,Int32,Int32) Method
In This Topic
Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.
Syntax
public void UpdatePageNumberAndPageSettings(
System.Collections.Generic.IList<PageInfo> ,
System.int ,
System.int
)
Parameters
- pages
- The page collection.
- firstPageNumber
- The page number of the first page.
- pageCount
- The total number of pages.
See Also